home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Games / Pentominoes 2.0 / Pent code / Horizontal bars wipe.h < prev    next >
Text File  |  1995-07-29  |  241b  |  15 lines

  1. #ifndef __HORIZONTAL_BARS_WIPE_H__
  2. #define __HORIZONTAL_BARS_WIPE_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern    void HorizontalBarsWipe(GrafPtr sourceGrafPtr, GrafPtr destGrafPtr, Rect boundsRect);
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13.  
  14. #endif
  15.